home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
CLINIC
/
APP1.DPR
next >
Wrap
Text File
|
1997-04-28
|
196b
|
13 lines
program App1;
uses
Forms,
App1U in 'App1U.pas' {ControllerMainForm};
{$R *.RES}
begin
Application.CreateForm(TControllerMainForm, ControllerMainForm);
Application.Run;
end.